home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / xgate200.zip / XCHARON.ZIP / CHARON.DAT next >
Text File  |  1992-11-20  |  6KB  |  147 lines

  1. ;==============================================================================
  2. ;                               CHARON.DAT
  3. ;------------------------------------------------------------------------------
  4. ; This is a sample CHARON.DAT file which has been condensed down to only the
  5. ; fields required to make Charon run with XGATE.  It is provided by DAC Micro
  6. ; Systems only as an aid to help you get Charon running a little quicker.
  7. ;
  8. ; After you have made a directory for Charon and installed its program files,
  9. ; copy this file into that directory and edit it to reflect your installation.
  10. ;
  11. ; In this sample configuration the following names are used:
  12. ;
  13. ;    Novell file server name:     enterprise   (7 occurances)
  14. ;    SMTP gateway name:           mhs.com      (2 occurances)
  15. ;    SMTP relay host:             darius       (1 occurance)
  16. ;
  17. ; These names should be substituted with names appropriate for your
  18. ; installation.  The best way to do this is with a text editor's search
  19. ; and replace function.
  20. ;
  21. ; You should not have to change any other names or values in this file
  22. ; in order to make Charon work properly with XGATE.  If you do want to
  23. ; tinker with some of the other settings, be sure to retain a backup
  24. ; copy of the original file.
  25.  
  26. ;==============================================================================
  27. ; START OF CONFIGURATION
  28. ;------------------------------------------------------------------------------
  29. myname        mhs.com            ; gateway's fully-qualified name
  30. screensave    0            ; screen saver timeout in secs (0=off)
  31. rconsole                ; enable rconsole login's
  32.  
  33. ;==============================================================================
  34. ; NOVELL SERVER INFORMATION
  35. ;------------------------------------------------------------------------------
  36. server    enterprise            ; enter the Novell server name,
  37.                     ; and additional server information
  38.     userid        xcharon        ; Novell user id to log in with
  39.     password    ""        ;  Novell password to use
  40.     mailqueue    smtp_in        ; job queue to use
  41.     poll        10        ; poll the queue every n seconds
  42.  
  43. ;==============================================================================
  44. ; MAILER INFORMATION
  45. ;------------------------------------------------------------------------------
  46. mailer                    ; begin mailer information section
  47.  
  48.     agent    darius            ; the tag name from config.tel which
  49.                     ;   is used as the outbound mail relay
  50.     smtpin    enterprise smtp_in    ; incoming SMTP print queue info
  51.     listcycles    2        ; list addressees to deliver per cycle
  52.     listdelay    1        ; secs to delay between cycles
  53.     debug                ; enable SMTP debugger
  54.     max_smtpds    4        ; maximum SMTP receive daemons
  55.     nobroadcast            ; disable Novell broadcasts
  56.     returnto    both        ; send rejected mail to both usr & admin
  57.     returnlines    0        ; 0 means return all lines
  58.     timeout        600        ; max message transfer time in secs
  59.  
  60. ;==============================================================================
  61. ; ALIASES
  62. ;------------------------------------------------------------------------------
  63. aliases                    ; this section lists the aliases
  64.                     ;--------------------------------------
  65.                     ; you must properly equate Charon's
  66.                     ; internet name to your Novell server
  67.                     ; with the first node statement or
  68.                     ; Charon will refuse to receive mail
  69.                     ; addressed to its own name.
  70.  
  71.     node    mhs.com            ; our internet name
  72.         enterprise        ; equals our Novell file server name
  73.  
  74. ;==============================================================================
  75. ; LOG FILES
  76. ;------------------------------------------------------------------------------
  77. logfiles                ; The logfiles section
  78.  
  79.     file    system            ; tag name of this entry
  80.      server    enterprise        ; file server name
  81.      name    sys:charon\\system.log    ; name of the log file
  82.      maxsize 64000            ; maximum size of the file
  83.      recycle            ; flag to indicate maxsize action
  84.      separator " "            ; log file delimiter
  85.  
  86.     file    mailer            ; tag name of this entry
  87.      server    enterprise        ; file server name
  88.      name    sys:charon\\mailer.log    ; name of the log file
  89. ;     maxsize 64000            ; maximum size of the file
  90. ;     recycle            ; flag to indicate maxsize action
  91.      separator ","            ; log file delimiter
  92.  
  93.     file    smtp_in            ; tag name of this entry
  94.      server    enterprise        ; file server name
  95.      name    sys:charon\\smtp_in.log    ; name of the log file
  96. ;     maxsize 64000            ; maximum size of the file
  97. ;     recycle            ; flag to indicate maxsize action
  98.      separator ","            ; log file delimiter
  99.  
  100.     file    smtp_out        ; tag name of this entry
  101.      server    enterprise        ; file server name
  102.      name    sys:charon\\smtp_out.log ; name of the log file
  103. ;     maxsize 64000            ; maximum size of the file
  104. ;     recycle            ; flag to indicate maxsize action
  105.      separator ","            ; log file delimiter
  106.  
  107. ;------------------------------------------------------------------------------
  108. log                    ; this section attaches tag names
  109.                     ; to log files
  110.  
  111.     process system            ; which process we want to log
  112.      file    system            ; which tag name to use
  113.      item    date            ; record the date
  114.      item    info            ; log informationals
  115.      item    warn            ; log warnings
  116.  
  117.     process    mailer            ; which process we want to log
  118.      file    mailer            ; which tag name to use
  119.      item    date            ; record the date
  120.      item    time            ; record the time
  121.      item    process            ; record the process name
  122.      item    sender_name        ; log the senders name
  123.      item    sender_node        ; log the senders node
  124.      item    destination_name    ; log the destination userid
  125.      item    destination_node    ; log the destination node
  126.      item    message_id        ; log the message id
  127.  
  128.     process    smtpout            ; which process we want to log
  129.      file    smtp_out        ; which tag name to use
  130.      item    date            ; record the date
  131.      item    time            ; record the time
  132.      item    sender_name        ; log the senders name
  133.      item    sender_node        ; log the senders node
  134.      item    destination_name    ; log the destination userid
  135.      item    destination_node    ; log the destination node
  136.      item    message_id        ; log the message id
  137.  
  138.     process    smtpin            ; which process we want to log
  139.      file    smtp_in            ; which tag name to use
  140.      item    date            ; record the date
  141.      item    time            ; record the time
  142.      item    sender_name        ; log the senders name
  143.      item    sender_node        ; log the senders node
  144.      item    destination_name    ; log the destination userid
  145.      item    destination_node    ; log the destination node
  146.      item    message_id        ; log the message id
  147.